home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT6.2 < prev    next >
Text File  |  1988-06-01  |  2KB  |  48 lines

  1.  
  2.            ══════════════════════════════════════════════════════════════
  3.                             ADDITIONAL DATA STATEMENTS
  4.            ══════════════════════════════════════════════════════════════
  5.  
  6.              Three (3) additional data statements are supplied to support 
  7.              the  planner  during  his scenario analysis as well  as  for 
  8.              general convenience during data entry, namely:
  9.  
  10.                   1.   INCLUDE data statement. This allows the planner to 
  11.                        include  or copy data from another scenario  or  a 
  12.                        common data update file. Nesting is not supported. 
  13.                        A  file  which  has been INCLUDEd  cannot  INCLUDE 
  14.                        another FILE. The data format is as follows:
  15.                        
  16.                             INCLUDE  'P1984-03.IN
  17.                             INCLUDE  'B:COMMON.DTA
  18.                        
  19.                   2.  REMOVE  data statement.  This allows the planner to 
  20.                       remove a relational data statement from the  master 
  21.                       PLAN  for  the purpose of analyzing a  scenario  or 
  22.                       "WHAT-IF" analysis.
  23.  
  24. ...more information on next view
  25.  
  26.  
  27.                   3.  TABLE  data statement.  This allows the planner  to 
  28.                       develop the MODEL or PLAN conveniently using tables 
  29.                       instead of redundantly stated data statements.  The 
  30.                       TABLE  data statement applies to PRICES and  LIMITS 
  31.                       as well as relational statements like,  USE,  POOL, 
  32.                       APPLY,  DISTRIBUTE,  EQUATIONS  and  XFERCOST  plus 
  33.                       their corresponding synonyms.
  34.  
  35.                       TABLE  data  statements are set up with  three  (3) 
  36.                       sections:
  37.                             TABLE 
  38.                             ...the relational data statement to use....
  39.                             DATA
  40.                             ...........................................
  41.                             ...the corresponding data arranged ........ 
  42.                             ...into a table or tabulations.............
  43.                             ...........................................
  44.                             END
  45.  
  46. ...try other screens
  47.  
  48.